/* Make the placeholder text bold */
#SearchBox25::placeholder {
    font-weight: bold;
}

/* Cross-browser compatibility for bold placeholder text */
::-webkit-input-placeholder {
    font-weight: bold;
}

::-moz-placeholder {
    font-weight: bold;
}

:-ms-input-placeholder {
    font-weight: bold;
}

/* Make the input text bold when typing */
#SearchBox25 {
    font-weight: bold;
}

/* Make search results bold */
.search-result {
    font-weight: bold;
}
